home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / virus / xvs_library / xvs / history < prev    next >
Encoding:
Text File  |  2004-08-03  |  25.2 KB  |  536 lines

  1. ============================================================================
  2. ==            xvs.library - The eXternal Virus Scanner Library            ==
  3. ============================================================================
  4. ==            Copyright © 1997-1999/2001-2004 by Georg Hörmann            ==
  5. ==                 Copyright © 1999-2001 by Alex van Niel                 ==
  6. ==                  Copyright © 2001 by Jan Erik Olausen                  ==
  7. ============================================================================
  8.  
  9. TO DO:
  10. ------
  11. - Add full support for 'Neurotic Death' linkviruses (6 versions). These are
  12.   highly polymorphic and very hard to recognize in files. Currently only the
  13.   original installer files are recognized, and active viruses will be killed
  14.   in memory.
  15. - Try to get the old 'GlobVec144' linkvirus. The only ones who ever had a
  16.   copy are Heiner Schneegold (VT-Schutz) and Sönke Freitag (VTC Hamburg),
  17.   but Sönke couldn't find it anymore and Heiner Schneegold currently doesn't
  18.   give it to me :-(
  19.  
  20. ============================================================================
  21.  
  22.    xvs.library 33.42 (size: 62.280 bytes)
  23.     - Fixed bug in xvsSurveyMemory() that appeared with MorphOS port of
  24.       reqtools.library. Thanks to Harry Sintonen for the report.
  25.     - Added "Elvin-Agga" bootblock virus. Thanks to Johnney Greever for
  26.       sending this stone-old bastard (it seems to be from 1990!).
  27.     - Fixed recognition for "Butonic 1.1" and "Kefrens 2" bootviruses to
  28.       avoid false detections when scanning for bootblocks in files.
  29.       Thanks to Thomas Tavoly for the report.
  30.  
  31.    xvs.library 33.41 (size: 62.076 bytes)
  32.     - Added AmigaE/libraries/xvs.m developer file. Thanks must go to
  33.       Ronald van Dijk for this contribution.
  34.     - Once again rewritten taskscanner in xvsSurveyMemory() to avoid
  35.       Disable()s lasting longer than 250µs. Thanks to Christian again
  36.       for reporting the problems with his FastEthernet card.
  37.     - Fixed bootblock recognition of "GXTeam" bootvirus to avoid false
  38.       alarms. Thanks to Ronald van Dijk for the example file.
  39.     - Fixed problem in xvsCheckFile() that caused Enforcer hits under
  40.       certain conditions with damaged executables. Thanks again for the
  41.       example files to Ronald van Dijk.
  42.     - Added "ASS Protector 1.0" bootvirus clone and its installer and
  43.       modified recognition for the original virus. Fixed recognition of
  44.       "Liberator 1.21" filevirus to avoid false alarms. Thanks once more
  45.       to Ronald van Dijk for the report and example files.
  46.  
  47.    xvs.library 33.40 (size: 61.912 bytes)
  48.     - Added file recognition for some very old installer programs of the
  49.       following bootblock viruses: Blizzard, CLI-Manager, SystemZ 5.0
  50.       and SystemZ 6.4. Thanks to Dirk Stöcker for sending the files.
  51.     - Added special recognition for "Zeeball AV-Testfile" from Zeeball's
  52.       antivirus test archive.
  53.     - Changed several often-used CacheClearU() calls to CacheClearE()
  54.       for better performance on JIT 68k emulated systems (file analysis
  55.       and repair code for polymorphic linkviruses have not been changed,
  56.       as these only get called if some patterns match first). Thanks to
  57.       Harry Sintonen for the hint.
  58.     - Fixed bug in xvsCheckFile() that accessed two bytes following the
  59.       actual file buffer under certain circumstances. Thanks must go to
  60.       Mikolaj Calusinski for the report and for beta-testing.
  61.     - Did some compatibility fixes for Pegasos/MorphOS systems. Thanks
  62.       again to Harry Sintonen for the report and for beta-testing.
  63.     - Replaced old installer script with an updated version written once
  64.       again by Dave 'Targhan' Crawford. Thanks!
  65.  
  66.    xvs.library 33.39 (size: 61.196 bytes)
  67.     - Added size check to bootblock virus recognition in xvsCheckFile().
  68.       Any files bigger than 2048 bytes will no longer be tested for
  69.       bootblock viruses to avoid fake recognitions inside disk-images.
  70.     - Finally fixed the last MuForce hit ($c0.w) in xvsSurveyMemory().
  71.       Thanks to Sensei again for the report and Zeeball for further
  72.       suggestions on this topic.
  73.     - Fixed severe bug in 'Illegal Access' recognition code that caused
  74.       crashes on any files with virus-like hunklengths. Thanks to
  75.       Zeeball for the report and the example files.
  76.     - Added 'NoName (196 Bytes)' linkvirus and 'XFD Infiltrator' virus.
  77.       Thanks to Zeeball for sending them.
  78.     - Fixed problems with native MorphOS applications that directly call
  79.       xvs.library functions. Thanks to Harry Sintonen for the report and
  80.       for further help.
  81.     - Implemented custom Disable() function that prevents loss of data
  82.       on the serial port during xvsSurveyMemory() calls. Thanks to
  83.       Christian of CAPS (www.caps-project.org) for the report and the
  84.       excessive beta-testing!
  85.     - xvsSurveyMemory() now closes TCP ports opened by several viruses.
  86.       These currently are: 1666, 2000, 2001, 2227, 2333, 2421, 2551,
  87.       4097 and 9876. Please note that closing an open port doesn't cause
  88.       a virus report, it just happens!
  89.     - Once again improved the internal security stuff for less timing
  90.       problems with sensitive software (serial.device still has trouble
  91.       with 115200 bps on a MC68030, use 8n1.device instead!).
  92.     - Added 'Neurotic Death' viruses (6 versions) to xvsSurveyMemory()
  93.       and the installer files to xvsCheckFile().
  94.     - Added new developer files created by Dirk Stöcker. Thanks a lot
  95.       and sorry that I forgot to add them to the last release.
  96.     - Added installer script written by Dave 'Targhan' Crawford. Thanks
  97.       a lot for this contribution.
  98.  
  99.    xvs.library 33.38 (size: 59.040 bytes)
  100.     - Just had to fix two problems with the security code:
  101.       a. Timing has been improved to avoid interference with some music
  102.          software. Thanks to Paracels/PCB for the report and testing.
  103.       b. Expunge of library caused access to deallocated memory in some
  104.          rare cases. Thanks to Mikolaj Calusinski for the report and
  105.          the excessive beta-testing ;)
  106.     - Fixed (hopefully all) MuGuardianAngel hits in the SurveyMemory()
  107.       routine. If anyone detects some more, please send me the logs.
  108.       Thanks to Thomas Richter for his suggestions about mmu.library,
  109.       but I finally found an other solution. And thanks to Sensei for
  110.       reporting all his hits.
  111.     - Improved speed of SurveyMemory() drastically by skipping similar
  112.       recognition routines in just one step if their common requirements
  113.       are not available.
  114.  
  115.    xvs.library 33.37 (size: 58.832 bytes)
  116.     - Once more added some new security features to the library. It will
  117.       now try to self-defend after alien attacks, only if these efforts
  118.       fail, the library gets disabled.
  119.     - Added recognition for 2 demo files that I call 'Anti-UAE Trojan'.
  120.       Their code checks for UAE systems and in case it finds one will
  121.       delete important files. Thanks to Jan Andersen for sending the
  122.       demos to me.
  123.     - Added recognition for a MS-DOS strain of 'Bastard Installer'.
  124.       Thanks to Jan Andersen for the file.
  125.     - Added recognition and repair code for 'Bobek 3' linkvirus.
  126.       Thanks to Zeeball for sending me an infected file, even though
  127.       it was accidentally :-)
  128.  
  129.    xvs.library 33.36 (size: 57.972 bytes)
  130.     - After several years on a journey the sourcecodes finally came
  131.       back home;-) Yes, it's me (Georg Hörmann) again, still alive
  132.       and kicking virus asses... Thanks must go to Alex van Niel and
  133.       Jan Erik Olausen for keeping the project alive!
  134.       This update was done by me alone, but in the future, Jan Erik
  135.       and I will keep the library up-to-date together.
  136.     - Rearranged and enhanced the security stuff inside the library
  137.       for 100% detection of any (illegal) function patches. Programs
  138.       like 'ZeebsVS' will no longer work with this version. Thanks
  139.       must go to Zeeball for his demonstration of security gaps in
  140.       the older versions.
  141.     - Added support for 'IOZ (512 Bytes)' linkvirus. Thanks go to
  142.       Zeeball for sending it.
  143.     - Added support for 'Rexxfunc' trojan. Thanks must go to Zeeball
  144.       and Jan Andersen for sending it.
  145.     - Totally redesigned the scanner for virus tasks/processes. The
  146.       new code scans all tasks/processes for every known virus in just
  147.       one step and can even handle several running copies of one virus
  148.       correctly (thanks Zeeball for the hint).
  149.     - Checked ALL the stuff that has been added in my absence since
  150.       xvs.library 33.18. See below for what I have changed/fixed.
  151.       Thanks must go to Jan Andersen, Jan Erik Olausen and Zeeball
  152.       for sending me the missing viruses and lots of other stuff.
  153.       Special thanks to Zeeball for the ZeebsVS sourcecodes!
  154.     - Fixed file recognition for 'Bastard Installer 1'.
  155.     - Renamed 'Miami 4.0 Fake Installer' to 'MUI 4.0 Fake Installer',
  156.       because that's what it really is.
  157.     - Renamed 'CCCP Clone' bootvirus to 'Anal Rapes' (its real name),
  158.       fixed its memory recognition and added it to linkvirus brain.
  159.     - Removed recognition for 'Doubledensity' bootblock, this is just
  160.       an intro boot.
  161.     - Fixed longword access to odd address in 'Jode Capullos 2' file
  162.       recognition. This caused crashes on 68000 systems.
  163.     - Fixed memory removal code for 'Zakahackandpatch' and 'Zakapior'.
  164.       The processes of these viruses might stay in memory up to one
  165.       minute after they have been detected, that's not a bug, but
  166.       their own call to Delay() that we have to wait for.
  167.     - Fixed recognition for 'Hitch-Hiker 5.00 Installers' and added
  168.       the plain version created by xfdmaster.library 39.13.
  169.     - Renamed 'MadRoger Short' to 'NoName (248 Bytes)' to follow the
  170.       guidelines of VTC Hamburg (idea by Jan Andersen).
  171.     - Renamed '212 Bytes Link' linkvirus to 'NoName (212 Bytes)' and
  172.       fixed its memory removal code.
  173.     - Renamed 'Explode Trojan' linkvirus to 'Port 9876' and removed
  174.       the repair code, we can use 'Fungus' code instead.
  175.     - Renamed 'Explode Trigger' filevirus to 'Port 9876 Trigger'.
  176.     - Renamed 'Port 4097 Installer' to 'Port 4097' and added memory
  177.       removal code for the trojan's process. The process will stay
  178.       in memory for a while without doing any harm, see explanation
  179.       at 'Zaka...' above.
  180.     - Fixed 'Hitch-Hiker 5.00' memory removal code. The process gets
  181.       killed immediately, the patched stack addresses will disappear
  182.       one by one after a while without doing harm.
  183.     - Fixed memory and file recognition and the repair code for
  184.       'Motaba 3' linkvirus. Now it restores the correct library jumps
  185.       and can repair even files that have been damaged by the virus
  186.       (bad branch offsets!).
  187.     - Fixed memory and file recognition and the repair code for
  188.       'Bastard' linkvirus. Now restores all patched functions (inside
  189.       asl.library and VirusCheckerII) and repairs even big files with
  190.       bad branch offsets.
  191.     - File recognition for 'Bastard Installer 2' will now only detect
  192.       the plain, uncrunched virus as xfdmaster.library unpacks this
  193.       file correctly.
  194.     - Fixed brain entry of 'Port 2421' linkvirus (wrong virus length)
  195.       and added memory recognition. Moved 'Port 2421 Installer' from
  196.       linkvirus to filevirus brain as it cannot reproduce itself.
  197.     - Fixed 'Smeg 2a' and 'Smeg 2b' memory removal code. The processes
  198.       get killed immediately and the patched stack addresses disappear
  199.       one by one after a while without doing harm.
  200.     - Fixed repair code for 'Penetrator 2001' linkvirus to handle both
  201.       ways of infection and added memory removal code (removes the task
  202.       and 2 of 3 processes, the other one usually should already have
  203.       been run out or crashed because of bad coding!).
  204.     - Fixed memory recognition for 'Bobek 2' linkvirus and tuned the
  205.       file recognition/repair code. Thanks to Jan Erik Olausen for his
  206.       bug report about the beta-release of this code.
  207.  
  208.    xvs.library 33.35 (size: 58.512 bytes)
  209.     - Added Bobek 2 Installer 1 datavirus.
  210.       Thanks to Rafal Mania for sending me this file.
  211.  
  212.    xvs.library 33.34 (size: 58.424 bytes)
  213.     - Replaced the Hitch-Hiker 5.00 detection/removal code.
  214.       Thanks to Georg Hörmann for writing a better code ;)
  215.     - Cleaned up some code. Got some tips from Georg.
  216.       So the library is a bit smaller now...
  217.     - For developers: Added XVSLIST_DATAVIRUSES to xvsCreateVirusList()
  218.       so that you can view data viruses as well.
  219.  
  220.    xvs.library 33.33 (size: 59.756 bytes)
  221.     - Fixed 2 bugs in Hitch-Hiker 5.00 removal + improved checking.
  222.       Thanks to Thomas Klein for reporting the bugs.
  223.     - Removed Sinister Syndicate 1/2 and French from the
  224.       bootblock recog. They were harmless.
  225.       Thanks to Dirk Stöcker for telling me.
  226.  
  227.    xvs.library 33.32 (size: 59.824 bytes)
  228.     - Argh... Fixed major bug in Hitch-Hiker 5.00 removal.
  229.       The virus was removed, but the file was not fixed.
  230.       Thanks to Jean Holzammer for reporting this bug.
  231.  
  232.    xvs.library 33.31 (size: 59.824 bytes)
  233.     - Improved the Hitch-Hiker 5.00 Link virus.
  234.       Should be able to detect 99.9% of this virus now...
  235.       Thanks to Jan Andersen and Treveur BRETAUDIERE for the files
  236.     - Fixed bug in recog for Bastard Installer 1 File virus
  237.     - Added recog for 'EICAR STANDARD AV-TEST FILE'
  238.       This is not a virus, but a testfile that can be found on
  239.       http://www.eicar.org/anti_virus_test_file.htm
  240.       The purpose of this test file is to check that your favourite
  241.       anti virus program really finds it! Deep inside arhcives etc...
  242.       PS! This is a data file, so you might turn on the
  243.       'data file checking' in your virus killer.
  244.       Thanks to Sami Rautiainen for telling me about this file.
  245.  
  246.    xvs.library 33.30 (size: 58.140 bytes)
  247.     - Added Jode Capullos 2 Trojan file virus
  248.       Thanks to Fabrizio Bartoloni for the file
  249.     - Renamed MKG to Jode Capullos 1
  250.     - Added Hitch-Hiker 5.00 Installer file virus
  251.       This is the same for all three link viruses
  252.     - Added Hitch-Hiker 5.00 Link virus
  253.       Added Hitch-Hiker 5.00a Link virus
  254.       Added Hitch-Hiker 5.00b Link virus
  255.       Thanks to Jan Andersen for the HH5 files.
  256.  
  257.    xvs.library 33.29 (size: 56.928 bytes)
  258.     - Added MKG Trojan File virus
  259.       Thanks to Golds for the file.
  260.     - xvs.library has changed name...
  261.       from: The eXternal Virus Support Library
  262.         to: The eXternal Virus Scanner Library
  263.  
  264.    xvs.library 33.28 (size: 56.828 bytes)
  265.     - Fixed bug in the memory check routine for Smeg2
  266.       Thanks to Luca, Harry and Dirk for telling me about this
  267.       bug. It will not happen again!
  268.  
  269.    xvs.library 33.27 (size: 56.828 bytes)
  270.     - Added Penetrator 2001 Link virus
  271.       Thanks to Krzysztof Duda for the files.
  272.     - Added CCCP Clone Bootblock virus
  273.       Thanx to Mr Yoard for sending me this bootblock
  274.     - Fixed bug in recognition code for DKG-Blum file virus again!
  275.       Thanks to Urban Mueller for reporting this.
  276.     - Added Smeg2a Installer File virus
  277.       Thanks to Antonio De Cicco for the file.
  278.     - Added Smeg2a Link virus
  279.     - Added Smeg2b Link virus
  280.       Thanks to Zeeball for the files.
  281.  
  282.    xvs.library 33.26 (size: 55.700 bytes)
  283.     - Added Bobek2 Link virus
  284.       Thanks to Jan Andersen for the files.
  285.       Thanks to Zeeball for the memory removal routines.
  286.     - Added Expl0de Trojan Link virus
  287.       Added Expl0de Trigger File virus
  288.       Thanks to Jan Andersen for the files.
  289.     - Renamed 8x8 Link to Motaba-3
  290.  
  291.    xvs.library 33.25 (size: 54.168 bytes)
  292.     - Added Zakahackandpatch File virus
  293.       Thanks to Jan Andersen for the files.
  294.     - Added Bobek! Link virus
  295.       Thanks to Jan Andersen, Frank and Zeeball for the files.
  296.     - Added Bastard Installer 1 Data virus
  297.             Bastard Installer 2 File virus
  298.             Bastard Link virus
  299.       Thanks Jan Andersen and Zeeball for the files.
  300.       Thanks to Zeeball for the info on this virus and for the decrypt
  301.       and memory removal routines.
  302.     - Added 212 Bytes Link virus
  303.       Thanks to Jan Andersen for the file.
  304.     - Fixed bug in recognition code for DKG-Blum file virus.
  305.       Thanks to Jan Andersen for reporting this.
  306.     - Added Bobek2 Installer File virus
  307.       Thanks to Fabrizio Bartoloni for telling me about this file.
  308.     - The library has changed programmer, although Georg does keep all
  309.       copyrights and remains owner of the sources, I (Jan Erik Olausen)
  310.       will continue developement. See the README file for my contact
  311.       address.
  312.       Thanks to Georg Hörmann and Dirk Stöcker for helping me out with
  313.       fixing bugs in the source. I couldn't have done this without there
  314.       help :o)
  315.  
  316.    xvs.library 33.24 (size: 52.916 bytes)
  317.     - Added 4kIntro Trojan
  318.       Thanks to Ryben Kozlak and Jan Andersen
  319.     - Added Dkg-Blum Trojan
  320.       Thanks to Peter Gordon, Urban Mueller and Jan Andersen
  321.     NOTE:
  322.       This trojan also replaces or adds a file called asi.library.
  323.       XVS will not (yet) be able to detect this file because as far as
  324.       I could analyze it, it looked like a normal VideoTracker file.
  325.       If XVS would have to see this as a virus, more VideoTracker files
  326.       will be fake detected. If you have problems or want this added
  327.       anyway let me know.
  328.  
  329.    xvs.library 33.23 (size: 52.868 bytes)
  330.     - Added Port 4097 Installer (LoadWB) virus
  331.       Thanks to Zeeball for the files
  332.       No memory infection found yet, might be added later if one
  333.       is found.
  334.     - Added Port 4097 Trojan (RexxFifo.Library) virus
  335.       Thanks to Zeeball for the file
  336.       No memory infection found yet, might be added later if one
  337.       is found.
  338.     - Added Port 2421 Installer virus (Jizzer)
  339.       Thanks to Zeeball for the file
  340.       No additional memory or file infection found yet, might be added
  341.       later if one is found.
  342.     - Added Port 2421 Trojan (Mount) virus
  343.       No additional memory or file infection found yet, might be added
  344.       later if one is found.
  345.     These viruses create TCP/IP ports in memory. If a file infected with
  346.     one or more of these viruses is found on your system, chances are
  347.     that these ports are open already. For now, you should let the
  348.     xvs.library remove the virus and then reset your Amiga. (Which is
  349.     always a good idea after detecting a virus, but that aside of the
  350.     subject) The ports should then be gone.
  351.  
  352.    xvs.library 33.22 (size: 52.732 bytes)
  353.     - Added 8x8 Link virus.
  354.       Thanks to Jan Andersen, Chill and Zeeball for the files.
  355.       Thanks to Heiner Schneegold for the info on this virus.
  356.  
  357.    xvs.library 33.21
  358.     - Added YamPPCpatch Trojan. When so called "patched" a file called
  359.       "cedmacros" is put in your "S:". Aferwards, when you press
  360.       specific buttons in CED ("a", "q", etc.) some lame text is placed
  361.       in the text you are editing. Highly annoying. The library
  362.       recognises the "patch" and it's installer. Thanks to Jan Andersen
  363.       for supplying it to me. Thanks to Urban Mueller for reporting it
  364.       to Jan Andersen.
  365.     - Changed position of DoubleDensity bootblock virus in virus list.
  366.       Wasn't sorted alphabetically properly.
  367.     - Fixed MUI 4.0 (clickforcolors) entry to a smaller entry (too big
  368.       a name for some virus killers)
  369.  
  370.    xvs.library 33.20
  371.     - Quickly fixed the naming of the MUI 4.0 fake. I accidentally named
  372.       it Miami 4.0 for some reason. Thanks for Dirk Stöcker for noticing
  373.       this.
  374.     - Placed the Amos Joshua trojans at the right place in the list for
  375.       programs that don't sort the virus list before outputting to the
  376.       user.
  377.  
  378.    xvs.library 33.19
  379.     - Added Zakapior trojan virus and it's Dropper, thanks to Jan
  380.       Andersen for sending them.
  381.     - Added Amos Joshua trojan virus and it's Dropper, thanks to
  382.       Jan Andersen for sending them.
  383.     - Added Amos Joshua Clone virus and it's Dropper, thanks to
  384.       Jan Andersen for sending them.
  385.     - Added MUI 4.0 trojan virus and installer, thanks to Jan Andersen
  386.       for sending them.
  387.     - Added AmigaE modules to archive, including a small example.
  388.       The modules and example were created by Andrew Cashmore
  389.       (aj.cashmore@ukonline.co.uk)
  390.     - The library has changed programmer, although Georg does keep all
  391.       copyrights and remains owner of the sources, I (Alex van Niel)
  392.       will continue developement. See the README file for my contact
  393.       address.
  394.  
  395.    xvs.library 33.18
  396.     - Fixed bug in recognition code for Elbereth 1 - 4 and Disnomia
  397.       linkviruses. Some copies have not been detected correctly.
  398.       Thanks to Dran/Chew-Z for the report and the testfiles.
  399.     - Added additional verification code for pseudo-executables like
  400.       'Scalos.key' starting with $3f3 even if they are datafiles.
  401.       Thanks to Ramon for the report.
  402.  
  403.    xvs.library 33.17
  404.     - Added 'STD Crabs #1' linkvirus and its Dropper. Thanks to Jan
  405.       Andersen and David Knell for sending them.
  406.     - Added 'STD Vaginitis #1' linkvirus and its Dropper. Thanks to
  407.       Jan Andersen for sending them.
  408.     - Added 'STD Vaginitis #2' linkvirus, its Dropper and
  409.       'STD Vaginitis #3' filevirus. Thanks to Jan Andersen and
  410.       Jesper Svennevid for sending them.
  411.  
  412.    xvs.library 33.16
  413.     - Added another security mechanism that should bring up an alert
  414.       if xvs.library has been modified in length (what usually all
  415.       viruses do). If such an alert pops up on your computer, please
  416.       perform a file check with VirusZ on 'xvs.library' in your libs:
  417.       drawer. The library will therefore no longer refuse to work when
  418.       it's (possibly) infected.
  419.     - Oh my god, why am I such an idiot? While analyzing Polish Power
  420.       linkvirus, it suddenly came to my mind: The polymorphic code
  421.       of Polish Power is exactly the same as the one Antonio uses.
  422.       I just had to fix some small routines in the repair code, and
  423.       now both dangerous linkviruses will be recognized :-)
  424.  
  425.    xvs.library 33.15
  426.     - My Christmas gift for you: Recognition and repair code for the
  427.       'Antonio' linkvirus (that's how I call it!). It uses the ugliest
  428.       polymorphism I have seen so far, but I nevertheless did it in
  429.       just 2 days. If there appear infected files that cause problems,
  430.       please send them to me immediately (by email if possible).
  431.       Thanks to Jan Andersen for sending me this virus so quickly.
  432.  
  433.    xvs.library 33.14
  434.     - Added 'Datatypes.Library Trojan'. Thanks to Jan Andersen for
  435.       sending this Miami backdoor.
  436.     - Please note my new email address in the README file.
  437.  
  438.    xvs.library 33.13
  439.     - Added Mad_Roger Short linkvirus.
  440.     - Added Robby bootvirus. Thanks to Peter Lindberg for this really
  441.       old stuff. It's from 1988 and I've never seen it before!!!
  442.     - Added 'C' developper files. Thanks to Dirk Stöcker for creating
  443.       them.
  444.  
  445.    xvs.library 33.12
  446.     - Added new linkvirus: Fungus/LSD. Thanks to Jan Andersen for
  447.       sending this stuff.
  448.  
  449.    xvs.library 33.11
  450.     - Added new viruses: UnpackJPEG Trojan, LOBO Simple, LOBO Weird
  451.       and its Installer. Thanks to Jan Andersen for sending the viruses
  452.       and Dran/Chew-Z for sending them to Jan.
  453.     - Finally released the developper files (include, autodoc, fd etc.)
  454.       to the public. It's time now to give other skilled coders the
  455.       opportunity to develop their own viruskillers...
  456.  
  457.    xvs.library 33.10
  458.     - Added the rest of the missing viruses from VTC (see below):
  459.       666!-Trojan, Mosh 1.0, Promoter 1, Purge Dropper, Purge Trojan,
  460.       TDTJ Trojan, SehrJung Dropper, SehrJung Trojan, Nibbler 1.0ß Link,
  461.       Nibbler Installer, New Age (bad linkvirus, can only be deleted).
  462.     - Added recognition for 666!-Trojan damages to sector check code.
  463.     - Added recognition for files damaged by Cute Little Ponnies and
  464.       Inspector X of A.L.F.
  465.     - Added AmigaRAR.exe Fake, a packed version of Gathering '95 that
  466.       cannot be decrunched by xfdmaster.library at the moment. I will
  467.       add the cruncher as soon as possible to xfd.lib, then the extra
  468.       recognition is no longer needed. Thanks to Jan Andersen for this
  469.       packed trojan.
  470.  
  471.    xvs.library 33.9
  472.     - Finally I contacted Soenke Freitag of VTC Hamburg and asked him to
  473.       send me the old but still missing viruses from their test. I added
  474.       the following viruses until now:
  475.       AHM Keymaker 1.1, BBS Blieb6, Miami Fake, BBS MegaMon, DumDum 2,
  476.       BBS CLP/InspectorX, BootX Updater, Buzz Bomb MKI, Hexer/Bea 1,
  477.       Hexer/Bea 2, Hexer/Bea 3, Conman Format,  Compuphagozyte 13,
  478.       Disk.info Bomb, Joshua 3 and Christmas Violator.
  479.       There are still more to come, I will add them (hopefully) in the
  480.       following 2 or 3 weeks.
  481.       Special thanks go to Soenke Freitag for the good cooperation and
  482.       all the work he had with sending me the virus collection.
  483.       Thanks must go to Markus Schmall and Jan Andersen too for giving
  484.       Soenke the permission to submit the viruses to me (most of them
  485.       were NDA).
  486.     - Added MaxDoorControl + Lib. Thanks to Jan Andersen for sending it.
  487.  
  488.    xvs.library 33.8
  489.     - Added Mad Roger bootvirus and WAWE trojan. Thanks to Jan Andersen
  490.       for sending the trojan.
  491.  
  492.    xvs.library 33.7
  493.     - Did some internal reworking for better performance.
  494.     - Added bootblock viruses: AHC, Gadaffi 2, Virus Slayer 6.12.
  495.     - Added recognition for files damaged by Lisa FuckUp 2.0.
  496.     - Fixed removal code for ZIB linkvirus. Now detects all files that
  497.       have been infected by the installer directly.
  498.     - Added recognition for Doom_CLX Trojan, CompuPhagoLink and
  499.       X-Ripper 1.1.
  500.  
  501.     Special thanks for sending all the above mentioned viruses are going
  502.     to Jan Andersen. VirusZ did not recognize these viruses at the time
  503.     when the VTC-Test 1998 took place, therefore the ranking of VirusZ
  504.     in this test would be even better right now.
  505.  
  506.    xvs.library 33.6
  507.     - Added HappyNewYear 96/2 clone, HNY 96/3 clone + installer and
  508.       Sepultura bootblock virus. Thanks to Jan Andersen for submitting
  509.       them.
  510.  
  511.    xvs.library 33.5
  512.     - Fixed bug in 'Smeg' recognition. Thanks to Thomas Richter for the
  513.       tests and the report.
  514.     - Added 'MKey.exe Fake' trojan. Thanks to Jan Andersen for sending
  515.       it to me.
  516.     - Added 'HANF' linkvirus. This nasty bastard took me a lot of time.
  517.       Thanks to Ralph Bernecker and Jan Andersen for sending it to me.
  518.  
  519.    xvs.library 33.4
  520.     - Added 'ReOrgIt Fake' trojan. Thanks to Jan Andersen for sending
  521.       it to me.
  522.  
  523.    xvs.library 33.3
  524.     - Added new viruses: 'Death To Maxs' 1-4 trojans. Thanks to Jan
  525.       Andersen for sending them.
  526.     - Rewritten some memory checking routines for safer execution.
  527.  
  528.    xvs.library 33.2
  529.     - Just did a little fix in the memory checking code. Some strange
  530.       patches haven't been accepted.
  531.  
  532.    xvs.library 33.1
  533.     - Moved all virus recognition and removal code from VirusZ to
  534.       this library. Several support routines have been rewritten
  535.       or designed totally new.
  536.